projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72467ba
)
gtkwidget.h: Fix a typo
author
Javier Jardón
<jjardon@gnome.org>
Thu, 27 May 2010 20:00:09 +0000
(22:00 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Thu, 27 May 2010 20:01:15 +0000
(22:01 +0200)
Fix a type introduced in
commit
818d444e2fa772af8e483bd151522d019514030d
Reported by Garrett Regier.
gtk/gtkwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.h
b/gtk/gtkwidget.h
index 786d45e5174e40745ddf2ac9ceeda2a793b726de..20cf16edc7d82278a098498462c522232680c213 100644
(file)
--- a/
gtk/gtkwidget.h
+++ b/
gtk/gtkwidget.h
@@
-114,7
+114,7
@@
typedef enum
GTK_RC_STYLE = 1 << 16,
GTK_COMPOSITE_CHILD = 1 << 17,
GTK_APP_PAINTABLE = 1 << 18,
- GTK_RECEIVES_DEFAULT = 1 <<
2
9,
+ GTK_RECEIVES_DEFAULT = 1 <<
1
9,
GTK_DOUBLE_BUFFERED = 1 << 20,
GTK_NO_SHOW_ALL = 1 << 21,
GTK_MULTIDEVICE = 1 << 22